Gets or sets the method that handles the operation completed event.
public:
property AsyncOperationWithProgressCompletedHandler<TResult, TProgress>^ Completed {
AsyncOperationWithProgressCompletedHandler<TResult, TProgress>^ get ();
void set (AsyncOperationWithProgressCompletedHandler<TResult, TProgress>^ value);
}
Type: AsyncOperationWithProgressCompletedHandler<TResult, TProgress>
The method that handles the event.
Namespace: Windows.Foundation
Metadata: windows.winmd
IAsyncOperationWithProgress Generic Interface